<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with gsm  sim899]]></title><description><![CDATA[A list of topics that have been tagged with gsm  sim899]]></description><link>https://community.m5stack.com/tags/gsm  sim899</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 10:10:22 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/tags/gsm  sim899.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Oct 2022 11:43:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[COM.GSM Module]]></title><description><![CDATA[Hello @jorge5a
the COM.GSM can only operate with 2G networks. Are you sure in your region 2G is still operational? The fact that the SIMs work in a smartphone doesn't automatically mean they work in the COM.GSM as the smartphone could connect using something else than 2G.
That said you can try the following command. This will tell you if the modem has registered with a provider.
AT+COPS?
  +COPS=0 // auto mode not registered
  +COPS=1 // manual mode not registered
  +COPS: 0,0,"CHINA MOBILE" // auto mode registered

Or try to get a list of available providers.
AT+COPS=?
  +COPS: (1,"Sunrise","Sunrise","22802",0),,(0,1,2,3,4),(0,1,2)

Note: this command can take a long time and sometimes you need to issue it multiple times to get a result.
Thanks
Felix
]]></description><link>https://community.m5stack.com/topic/4747/com-gsm-module</link><guid isPermaLink="true">https://community.m5stack.com/topic/4747/com-gsm-module</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 23 Oct 2022 11:43:30 GMT</pubDate></item></channel></rss>